.login-con {
  align-self: center;
  margin-left: 20px;
}
.logo-img {
  width: 187px;
}
.logoTxt {
  color: #ffffff;
  letter-spacing: 4px;
  font-size: 12px;
  /*margin-bottom: 20px;*/
}
.nav-list {
  height: 80px;
}
.nav-item-con {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 12px;
}
.login-btn {
  width: 96px;
  height: 39px;
  border-radius: 5px;
  color: #3d64f9;
  font-size: 18px;
  line-height: 39px;
  text-align: center;
  background: #ffffff;
  padding: 7px 30px;
}
.nav-link-item {
  font-size: 14px;
  color: #fff;
  padding: 0 22px;
  line-height: 80px;
  transition: all 0.2s;
}
.nav-link-item:hover {
  background-color: #fff;
  color: #3d64f9;
}

.nav-link-item1 {
  font-size: 16px;
  padding: 0 22px;
  line-height: 80px;
  transition: all 0.2s;
  background-color: #fff;
  color: #3d64f9;
}
.header-wrapper {
  width: calc(100% - 70px);
  justify-content: space-between;
  padding: 0 35px;
  height: 80px;
  align-items: center;
  /*background: linear-gradient(133deg, #0D32AC 0%, #4A93F9 100%);*/
  /* background: #3b7aff; */
  background-image: url(../img/gzl01.png);
  background-size: cover;
  /* background: no-repeat center top / 100% 100%; */

  position: fixed;
  top: 0;
  z-index: 999;
}
.header-wrappers {
  width: calc(100% - 70px);
  justify-content: space-between;
  padding: 0 35px;
  height: 80px;
  align-items: center;
  background-image: url(../img/gzl01.png);
  background-size: cover;
  /* background: no-repeat center top / 100% 100%; */

  /*background: linear-gradient(133deg, #0D32AC 0%, #4A93F9 100%);*/
  /* background: #3b7aff; */
}
.right-menu {
  height: 42px;
  margin-left: 20px;
}
.right-menu:focus {
  outline: none;
}

.right-menu-item {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom;
}

.right-menu-item .hover-effect {
  cursor: pointer;
  transition: background 0.3s;
}

.flexCon {
  display: flex;
  justify-content: space-between;
}
.inputCon {
  width: 50%;
}
p {
  width: 100%;
  /* text-align: center; */
}
/* .name {
  font-size: 28px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 42px;
  letter-spacing: 1px;
} */
.code {
  text-align: center;
  display: inline;
  width: 169px;
  height: 169px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: calc(50% - 84.5px);
}

.dflex {
  display: flex;
}
